home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- puppetSprite(5, 1)
- set the castNum of sprite 5 to 175
- updateStage()
- sound playFile 1, "click"
- repeat while soundBusy(1)
- nothing()
- end repeat
- set the castNum of sprite 5 to 174
- updateStage()
- puppetSprite(5, 0)
- go(#next)
- end
-